home *** CD-ROM | disk | FTP | other *** search
- object frmMouseCapture: TfrmMouseCapture
- Left = 354
- Top = 258
- Width = 435
- Height = 300
- Caption = 'Now recording random mouse movements...'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnMouseMove = FormMouseMove
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 37
- Top = 116
- Width = 353
- Height = 13
- Caption =
- 'Please use the mouse to scribble randomly on this form for a few' +
- ' seconds...'
- end
- object btnClose: TButton
- Left = 340
- Top = 236
- Width = 75
- Height = 25
- Caption = '&Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 0
- end
- object ProgressBar1: TProgressBar
- Left = 72
- Top = 136
- Width = 285
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 1
- end
- end
-